﻿/**!
 * [图片轮播样式1]
 * author: [zhuyichao];
 */
 

/* 轮播图 */
#slider2{
    width: 960px;
    height: 200px;
}
#slider3{
    width: 960px;
    height: 80px;
}
#slider4{
    width: 960px;
    height: 80px;
}
.wb-slider {
	position: relative;
	overflow: hidden;
}
.wb-slider-conbox {
	overflow: hidden;
}
.wb-slider-ctag {
	position: relative;
}
.wb-slider-ctag img {
	width: 100%;
	height: 100%;
}
.wb-slider-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background: url(../images/mask-bg.png);
}
.wb-slider-mask .ellipsis {
	display: block;
	margin-left: 10px;
	width: 164px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
}
.wb-slider-switcher {
	position: absolute;
	right: 10px;
	bottom: 9px;
	height: 10px;
}
.wb-slider-stag {
	float: left;
	margin-right: 4px;
	height: 10px;
	width: 10px;
	background: url(../images/yuan.png) no-repeat;
	cursor: pointer;
}
.wb-slider-stag.cur {
	background-image: url(../images/yuan2.png);
}


